Skip to main content
GET
/
v1
/
company
/
api-integrations
Get List API integrations
curl --request GET \
  --url https://api.hyrd.de/v1/company/api-integrations \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success",
  "status": 200,
  "data": [
    {
      "id": 1,
      "value": "336cdcd4-e7bd-40b9-bfb5-ccd85cb8282b"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json

OK

The response is of type object.